- 执行 mysql -uroot -ppassword 出现如下错误
ERROR 1045 (28000): Access denied for user 'root'@'localhost'
解决方法
- 停止mysql
1 | # service mysql stop |
- 安全模式启动
1 | //找到mysqld_safe所在位置 |
- 安全模式进入mysql
1 | # mysql -u root |
- 启动mysql,问题解决
1 | # service mysql start |
- 执行 mysql -uroot -ppassword 出现如下错误
ERROR 1045 (28000): Access denied for user 'root'@'localhost'
- 停止mysql
1 | # service mysql stop |
- 安全模式启动
1 | //找到mysqld_safe所在位置 |
- 安全模式进入mysql
1 | # mysql -u root |
- 启动mysql,问题解决
1 | # service mysql start |
本文标题:MySQL Access denied for user 'root'@'localhost' 解决方法
文章作者:Ocean
发布时间:2018年04月10日 - 17:04
原始链接:https://oceandlnu.github.io/2018/04/10/MySQL Access denied for user 'root'@'localhost' 解决方法/
许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。
微信打赏
支付宝打赏